home *** CD-ROM | disk | FTP | other *** search
- _root.TextShow(txt1,_root.nagdownload,"t",-3,0,1);
- _root.TextShow(txt2,_root.nagmore,"t",-4,0,1);
- if(_root.RoundCountry <= _root.MaxC)
- {
- texting.attachMovie("nagtext","text",texting.getNextHighestDepth());
- _root.TextShow(txt3,_root.nagcontinue,"t",-3,0,1);
- }
- else if(_root.RoundSity == 100)
- {
- texting.attachMovie("naggameover","text",texting.getNextHighestDepth());
- _root.TextShow(txt3,_root.nagrestart,"t",-3,0,1);
- }
- else
- {
- texting.attachMovie("endtext","text",texting.getNextHighestDepth());
- _root.TextShow(txt3,_root.nagrestart,"t",-3,0,1);
- }
-